Skip to content

Conversation

@bagaturkartal
Copy link

@bagaturkartal bagaturkartal commented Jan 16, 2026

Fixes: #146

About

Packaging the plugin with UnrealUAT reveals errors due to missing
headers and a symbol mismatch for a specific target. Missing headers are
added and debug dependency libraries are linked only for debug editor
target, because UnrealGame-Debug target packages AutoRTFM module with
the symbol _ITERATOR_DEBUG_LEVEL=0 which conflicts with AirSim
dependency binaries.

How Has This Been Tested?

Follow the steps at #146 and see that errors are fixed.

Screenshots (if appropriate):

N/A

Notes

This PR is based on #144

Packaging the plugin with UnrealUAT reveals errors due to missing
headers and a symbol mismatch for a specific target. Missing headers are
added and debug dependency libraries are linked only for debug editor
target, because `UnrealGame-Debug` target packages AutoRTFM module with
the symbol `_ITERATOR_DEBUG_LEVEL=0` which conflicts with AirSim
dependency binaries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unreal Engine 5.7.1 Packaging Errors

2 participants